home *** CD-ROM | disk | FTP | other *** search
/ Private Casting / Casting One.bin / Docs / Intro.dir / 00022.ls < prev    next >
Encoding:
Text File  |  1998-02-21  |  150 b   |  12 lines

  1. on idle
  2.   global sonar
  3.   if not soundBusy(1) and sonar then
  4.     puppetSound("fons07")
  5.   end if
  6. end
  7.  
  8. on startMovie
  9.   global sonar
  10.   set sonar to 0
  11. end
  12.